size group: streamline iteration slightly
authorMatthias Clasen <mclasen@redhat.com>
Sun, 20 Sep 2015 04:50:27 +0000 (00:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Sep 2015 11:01:15 +0000 (07:01 -0400)
commite0be07665236fd95de8cff5a0758a8655752cbf9
tree31a27c025c91dff80d6afedecf2823b1ce6008de
parentac72a9cedc55fd37dc9a7fb4d36708644c5a8f9b
size group: streamline iteration slightly

Instead of handling the horizontal and vertical peers separately
(and often, duplicatively), collect all peers in one go. At the
same time, avoid creating and destroying hash tables more often
than necessary.
gtk/gtksizegroup.c